
sasmacr.sas7bcat is a macro library that contains the macro codes used in the generation of the 
datasets and outputs. It can be accessed by sas with a code like the following:

options mstored sasmstore=storemac;
libname storemac "[path to library]";

The above code loads the macros into SAS and the programs are run the macros are ready.

